body {
    margin: 0;
    border: 0;
}
.clearfix:before {
    content: '';
    display: table;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.page-layout {
    background-color: #fff;
    min-width: 1200px;
    min-height: calc(100vh - 232px);
}

.page-layout.grayscale {
    -webkit-filter: grayscale(100%);
}
.container-footer.grayscale {
    -webkit-filter: grayscale(100%);
}

.index-page {
    /* FIXME :2023-12-29 元旦增加 */
    background: url('../img/background.png') no-repeat top center;
}

/* FIXME :2023-12-29 元旦增加 */
@media (min-width: 1920px) {
    .index-page {
        background: url('../img/background.png') no-repeat top center/100%;
    }
}
* toolbar *
.container-toolbar-outer {
  /* FIXME :2023-12-29 元旦注释 */
    background-image: url('../img/background.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 268px;
}
.container-toolbar {
    /*background: #017CC9;*/
    padding-top: 40px;
    width: 1200px;
    margin: auto;
}

.logo-search {
    width: 1200px;
    height: 208px;
    margin-bottom: 30px;
}

.logo {
    width: 364px;
    height: 72px;
    float: left;
}

.search {
    width: 300px;
    height: 34px;
    float: right;
    border: 1px solid rgb(100, 167, 228);
    border-radius: 6px;
    margin-top: 82px;
    outline: none;
}

.search > input {
    width: 257px;
    height: 32px;
    font-size: 12px;
    color: rgb(102, 102, 102);
    line-height: 30px;
    border: none;
    border-radius: 6px 0 0 6px;
    padding: 1px 0 0 10px;
    float: left;
    outline: none;
}

.search-logo {
    width: 41px;
    height: 32px;
    background: rgb(11, 151, 235);
    float: right;
    border-radius: 0 4px 4px 0;
    text-align: center;
}

.search-logo > img {
    margin: 7px auto;
}

.quotations {
    width: 390px;
    height: 72px;
    float: right;
    margin-right: 70px;
}

.quotations > img {
    width: 454px;
    height: 112px;
}
.container-toolbar-layout {
    width: 100%;
    display: flex;
    justify-content: center;
     /* FIXME :2023-12-29 元旦注释 */
    /* background: rgb(1, 124, 201); */
}
.container-toolbar-content {
    width: 1200px;
    height: 50px;
    display: flex;
    /*margin: 0 auto;*/
}

.container-toolbar-content-li.active {
    height: 50px;
    background: rgb(241, 106, 3);
}

.container-toolbar-content-li > a {
    text-decoration: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}

.container-toolbar-content-li {
    flex: 1;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: rgb(1, 124, 201);
    float: left;
    position: relative;
}

.container-toolbar-content-li:first-child {
    width: 126px;
    height: 50px;
}

.container-toolbar-content-li:first-child .active {
    width: 126px;
    height: 50px;
    background: rgb(241, 106, 3);
}

.menu-list {
    height: 80px;
}

.toolbar-img {
    margin-top: 14px;
    width: 33px;
    height: 32px;
}

.toolbar-tips {
    height: initial;
    font-size: 16px;
    color: rgb(255, 255, 255);
    cursor: pointer;
}

/** footer**/
.container-footer {
    width: 100%;
    min-width: 1200px;
}

.out-url {
    width: 100%;
    border-top: solid 1px #e0e0e0;
}

.out-url-layout {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
    transition: height 0.3s;
    height: 150px;
    overflow: hidden;
}

.out-url-layout-li {
    margin: 5px 10px;
    display: inline-block;
    text-align: center;
}

.container-footer > .content {
    width: 100%;
    height: 132px;
    margin: auto;
    background: #017cc9;
}

.content-li {
    width: 471px;
    margin: 0 auto;
}

.container-footer-content-left {
    width: 45px;
    height: 132px;
    line-height: 132px;
    float: left;
}

.container-footer-content-left > img {
    margin: 0 auto;
}

.container-footer-content-right {
    width: 380px;
    height: 132px;
    float: right;
}

.foot-body {
    height: inherit;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding-top: 38px;
}
.foot-body a {
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.main-content {
    height: auto;
    margin: 0 auto;
    min-height: 903px;
}

.bar-menu {
    background-color: #fff;
    width: 120px;
    position: absolute;
    height: auto;
    line-height: 45px;
    z-index: 999;
    top: 50px;
    cursor: pointer;
    border: 1px solid #c7e7fd;
    border-top: none;
    font-size: 14px;
}

.ng-binding {
    text-decoration: none !important;
}

.bar-menu-list {
    width: 120px;
    margin-left: 120px;
    position: absolute;
    background-color: #fff;
    height: auto;
    line-height: 45px;
    margin-top: -45px;
    z-index: 999;
    /* border: 1px solid #000; */
}
